home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / sound / oss / dmasound / Makefile < prev   
Encoding:
Makefile  |  2008-12-24  |  232 b   |  8 lines

  1. #
  2. # Makefile for the DMA sound driver
  3. #
  4.  
  5. obj-$(CONFIG_DMASOUND_ATARI)    += dmasound_core.o dmasound_atari.o
  6. obj-$(CONFIG_DMASOUND_PAULA)    += dmasound_core.o dmasound_paula.o
  7. obj-$(CONFIG_DMASOUND_Q40)    += dmasound_core.o dmasound_q40.o
  8.